ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ItemCollection<T> Class / IndexOf Method
The item to search in collcetion.

In This Topic
    IndexOf Method (ItemCollection<T>)
    In This Topic
    Gets the index of the specified item in collection.
    Syntax
    'Declaration
     
    Public Function IndexOf( _
       ByVal item As T _
    ) As Integer
    public int IndexOf( 
       T item
    )

    Parameters

    item
    The item to search in collcetion.

    Return Value

    The index of item if found, -1 otherwise.
    See Also